/* Small Player */
#small-player {
	width: 450px;
	height: 60px;
	background-color:transparent;
    margin: auto;
    margin-top: 5px;
}

/* Small Player Left */
#small-player-left {
    height: 60px;
    width: 60px;
    float: left;
    cursor: pointer;
}

/* Small Player Album Art */
#small-player-album-art {
    width: 60px;
    height: 60px;
    float: left;
}

/* Small Player Middle */
#small-player-middle {
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 280px;
    height: 60px;
    float: left;
}
#small-player-middle-top {
    margin-top: 2px;
    width: 280px;
    float: left;
    height: 30px;
}
#small-player-middle-bottom {
    margin-top: 10px;
    width: 280px;
    float: left;
}

/* Small Player Middle Meta */
#small-player-middle-controls {
    
}
/* Small Player Right */
#small-player-right {
    width: 25px;
    float: left;
    padding-left: 9px;
    padding-top: 39px;
}

/* Play Pause */
.amplitude-play-pause {
    margin: auto;
    height: 23px;
    width: 20px;
    cursor: pointer;
    margin-top: 20px;
}
.amplitude-paused {
    background-image: url(/web/20160311140739im_/http://meditatiosonus.info/assets/img/audioplayer/play-white.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.amplitude-playing {
    background-image: url(/web/20160311140739im_/http://meditatiosonus.info/assets/img/audioplayer/pause-white.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.amplitude-next {
    cursor: pointer;
}

/* Now Playing Information */
#now-playing-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
}
.album-information {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #bebebe;
}

/* Song Time Visualization */
#song-time-visualization {
    width: 280px;
    height: 5px;
    background-color: #bebebe;
}
#song-time-visualization .amplitude-song-time-visualization-status {
    height: 5px;
}

/* Song Time Slider */
input[type=range] {
  -webkit-appearance: none;
  width: 280px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-ms-track {
  width: 280px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 15px;
  width: 4px;
  background: #FFFFFF;
  cursor: pointer;
  margin-top: -15px;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 15px;
  width: 4px;
  background: #FFFFFF;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  border: none;
  height: 15px;
  width: 4px;
  background: #FFFFFF;
  cursor: pointer;
}

#amplitude-song-slider {
    width: 280px;
    height: 15px;
    background-color: transparent;
}

/* Current song time */
#current-time {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #bebebe;
}
/*
     FILE ARCHIVED ON 14:07:39 Mar 11, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:32:51 Apr 02, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 78.627 (3)
  esindex: 0.005
  captures_list: 119.63
  CDXLines.iter: 12.246 (3)
  PetaboxLoader3.datanode: 80.291 (4)
  exclusion.robots: 0.216
  exclusion.robots.policy: 0.205
  RedisCDXSource: 26.17
  PetaboxLoader3.resolve: 65.893 (2)
  load_resource: 78.678
*/